home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
security
/
passwd+
/
genlib.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1992-03-12
|
180 b
|
13 lines
:
#! /bin/sh
SYSTYPE=${1?"no system type named"}
/lib/cpp -D$1 << \xxEOFxx | egrep -v '^#|^[ ]*$'
#include "sys.h"
#ifdef SYSLOG
SYSLOG
#endif
#ifdef DBMLIB
DBMLIB
#endif
xxEOFxx